PHandleQuery

Manages a PageMaker query that returns its results in a handle.


constructor

PHandleQuery();
The default constructor simply initializes its member fields to zero.
PHandleQuery(const ePMQuery op);
This constructor performs a query with no parameters.
PHandleQuery(ePMQuery op, PRequestBuf& request);
This constructor performs a query with the passed request buffer containing any necessary parameters.

Member functions

void InitHandle();
After a successful query, PageMaker has allocated a handle with the query results. This function locks the handle and dereferences the handle (Mac only, Windows memory is all pointer based).

Member fields

PMHandle itsHandle;
Stores the handle so it can be properly disposed.
const char * replyPtr;
A dereferenced pointer to the handle.


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support